I am Anoushka Sainani and this is my online portfolio of the work I did over the course of the past two weeks on R Studio. The graphs below show my progress and what I have learnt in this workshop with Arvind.
I chose the graphs that I enjoyed making the most.
This is a map of the restaurants in Colaba, Bombay, plotted using tmaps on R Studio. The data has been taken from various packages like ‘rnaturalearth’, ‘osmdata’, ‘sf’, etc.
## min max
## x 72.80597 72.84597
## y 18.89509 18.93509
## Reading layer `buildings' from data source
## `/Users/venkatesanramaswamy/Documents/Arvind Work Shop/Index files for all/Main Folder/Anoushka Sainani/buildings.gpkg'
## using driver `GPKG'
## Simple feature collection with 1353 features and 81 fields
## Geometry type: POLYGON
## Dimension: XY
## Bounding box: xmin: 72.80581 ymin: 18.89468 xmax: 72.84398 ymax: 18.93649
## Geodetic CRS: WGS 84
## Reading layer `parks' from data source
## `/Users/venkatesanramaswamy/Documents/Arvind Work Shop/Index files for all/Main Folder/Anoushka Sainani/parks.gpkg'
## using driver `GPKG'
## Simple feature collection with 20 features and 13 fields
## Geometry type: POLYGON
## Dimension: XY
## Bounding box: xmin: 72.81082 ymin: 18.90887 xmax: 72.83712 ymax: 18.93548
## Geodetic CRS: WGS 84
## Reading layer `greenery' from data source
## `/Users/venkatesanramaswamy/Documents/Arvind Work Shop/Index files for all/Main Folder/Anoushka Sainani/greenery.gpkg'
## using driver `GPKG'
## Simple feature collection with 19 features and 4 fields
## Geometry type: POLYGON
## Dimension: XY
## Bounding box: xmin: 72.80498 ymin: 18.90806 xmax: 72.83861 ymax: 18.93126
## Geodetic CRS: WGS 84
## Reading layer `trees' from data source
## `/Users/venkatesanramaswamy/Documents/Arvind Work Shop/Index files for all/Main Folder/Anoushka Sainani/trees.gpkg'
## using driver `GPKG'
## Simple feature collection with 225 features and 2 fields
## Geometry type: POINT
## Dimension: XY
## Bounding box: xmin: 72.80568 ymin: 18.89596 xmax: 72.83382 ymax: 18.93498
## Geodetic CRS: WGS 84
## Reading layer `roads' from data source
## `/Users/venkatesanramaswamy/Documents/Arvind Work Shop/Index files for all/Main Folder/Anoushka Sainani/roads.gpkg'
## using driver `GPKG'
## Simple feature collection with 333 features and 21 fields
## Geometry type: LINESTRING
## Dimension: XY
## Bounding box: xmin: 72.80416 ymin: 18.89559 xmax: 72.84218 ymax: 18.93855
## Geodetic CRS: WGS 84
## Reading layer `restaurants' from data source
## `/Users/venkatesanramaswamy/Documents/Arvind Work Shop/Index files for all/Main Folder/Anoushka Sainani/restaurants.gpkg'
## using driver `GPKG'
## Simple feature collection with 85 features and 38 fields
## Geometry type: POINT
## Dimension: XY
## Bounding box: xmin: 72.80608 ymin: 18.90812 xmax: 72.84036 ymax: 18.93496
## Geodetic CRS: WGS 84
## Warning: Expected 3 pieces. Additional pieces discarded in 2 rows [27, 28].
## Warning: Expected 3 pieces. Missing pieces filled with `NA` in 25 rows [1, 2, 3,
## 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, ...].
## Warning: Expected 3 pieces. Missing pieces filled with `NA` in 28 rows [1, 2, 3,
## 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ...].
## [1] "lebanese" "italian" "seafood" "indian"
## [5] "italian" "asian" "indian" "Seafood"
## [9] "burger" "indian" "italian" "indian"
## [13] "lebanese" "pizza" "regional" "international"
## [17] "South_Indian" "persian" "pizza" "indian"
## [21] "chinese" "indian" "indian" "indian"
## [25] "indian" "local" "pizza" "italian"
With this interactive map, I am plotting the restaurants in Colaba, Bombay.